home *** CD-ROM | disk | FTP | other *** search
/ A Virtual Reality Guide to Texas / CD.iso / texdata / arcextra / tbits.dir / 00220_leaving board anim.ls < prev    next >
Encoding:
Text File  |  1998-06-23  |  221 b   |  12 lines

  1. on exitFrame
  2.   global flip, fliptime
  3.   if (marker(0) = label("bats")) or (marker(0) = label("sports")) then
  4.     set flip to 0
  5.   else
  6.     set flip to 1
  7.   end if
  8.   set fliptime to 50
  9.   puppetSprite(2, 1)
  10.   go("t_main")
  11. end
  12.